QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Constants for QT Atom Functions

You can pass the kParentAtomIsContainer constant to QT atom functions that take an atom container and a parent atom as parameters. When passed in place of the parent atom, this constant indicates that the parent atom is the atom container itself.

enum {
    kParentAtomIsContainer  = 0
};

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next